home *** CD-ROM | disk | FTP | other *** search
/ Aminet 41 / Aminet 41 (2001)(Schatztruhe)[!][Feb 2001].iso / Aminet / dev / c / libiconv_src.lha / config.status < prev    next >
Encoding:
Text File  |  2000-11-07  |  7.3 KB  |  232 lines

  1. #! /bin/sh
  2. # Generated automatically by configure.
  3. # Run this file to recreate the current configuration.
  4. # This directory was configured as follows,
  5. # on host md46909d2.utfors.se:
  6. #
  7. # ./configure  --with-gnu-ld --enable-static --disable-shared
  8. #
  9. # Compiler output produced by configure, useful for debugging
  10. # configure, is in ./config.log if it exists.
  11.  
  12. ac_cs_usage="Usage: ./config.status [--recheck] [--version] [--help]"
  13. for ac_option
  14. do
  15.   case "$ac_option" in
  16.   -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
  17.     echo "running ${CONFIG_SHELL-/bin/sh} ./configure  --with-gnu-ld --enable-static --disable-shared --no-create --no-recursion"
  18.     exec ${CONFIG_SHELL-/bin/sh} ./configure  --with-gnu-ld --enable-static --disable-shared --no-create --no-recursion ;;
  19.   -version | --version | --versio | --versi | --vers | --ver | --ve | --v)
  20.     echo "./config.status generated by autoconf version 2.13"
  21.     exit 0 ;;
  22.   -help | --help | --hel | --he | --h)
  23.     echo "$ac_cs_usage"; exit 0 ;;
  24.   *) echo "$ac_cs_usage"; exit 1 ;;
  25.   esac
  26. done
  27.  
  28. ac_given_srcdir=.
  29.  
  30. trap 'rm -fr Makefile src/Makefile man/Makefile tests/Makefile include/iconv.h src/config.h conftest*; exit 1' 1 2 15
  31.  
  32. # Protect against being on the right side of a sed subst in config.status.
  33. sed 's/%@/@@/; s/@%/@@/; s/%g$/@g/; /@g$/s/[\\&%]/\\&/g;
  34.  s/@@/%@/; s/@@/@%/; s/@g$/%g/' > conftest.subs <<\CEOF
  35. /^[     ]*VPATH[     ]*=[^:]*$/d
  36.  
  37. s%@SHELL@%/bin/sh%g
  38. s%@CFLAGS@%%g
  39. s%@CPPFLAGS@%%g
  40. s%@CXXFLAGS@%%g
  41. s%@FFLAGS@%%g
  42. s%@DEFS@%-DHAVE_CONFIG_H%g
  43. s%@LDFLAGS@%%g
  44. s%@LIBS@%%g
  45. s%@exec_prefix@%${prefix}%g
  46. s%@prefix@%/usr/local%g
  47. s%@program_transform_name@%s,x,x,%g
  48. s%@bindir@%${exec_prefix}/bin%g
  49. s%@sbindir@%${exec_prefix}/sbin%g
  50. s%@libexecdir@%${exec_prefix}/libexec%g
  51. s%@datadir@%${prefix}/share%g
  52. s%@sysconfdir@%${prefix}/etc%g
  53. s%@sharedstatedir@%${prefix}/com%g
  54. s%@localstatedir@%${prefix}/var%g
  55. s%@libdir@%${exec_prefix}/lib%g
  56. s%@includedir@%${prefix}/include%g
  57. s%@oldincludedir@%/usr/include%g
  58. s%@infodir@%${prefix}/info%g
  59. s%@mandir@%${prefix}/man%g
  60. s%@SET_MAKE@%%g
  61. s%@CC@%gcc -O%g
  62. s%@CPP@%gcc -O -E -w%g
  63. s%@RANLIB@%ranlib%g
  64. s%@INSTALL@%/bin/install -c%g
  65. s%@INSTALL_PROGRAM@%$(INSTALL)%g
  66. s%@INSTALL_DATA@%$(INSTALL) -m 644%g
  67. s%@CP@%cp -p%g
  68. s%@LN@%ln%g
  69. s%@LN_S@%ln -s%g
  70. s%@host@%m68k-unknown-amigaos%g
  71. s%@host_cpu@%m68k%g
  72. s%@host_vendor@%unknown%g
  73. s%@host_os@%amigaos%g
  74. s%@LD@%/gnu/m68k-amigaos/bin/ld%g
  75. s%@NM@%/bin/nm%g
  76. s%@LIBTOOL@%$(SHELL) $(top_builddir)/libtool%g
  77. s%@LIBICONV@%%g
  78. s%@ICONV_CONST@%const%g
  79. s%@OS@%%g
  80. s%@GCC@%yes%g
  81. s%@PLUGLIB@%%g
  82.  
  83. CEOF
  84.  
  85. # Split the substitutions into bite-sized pieces for seds with
  86. # small command number limits, like on Digital OSF/1 and HP-UX.
  87. ac_max_sed_cmds=90 # Maximum number of lines to put in a sed script.
  88. ac_file=1 # Number of current file.
  89. ac_beg=1 # First line for current file.
  90. ac_end=$ac_max_sed_cmds # Line after last line for current file.
  91. ac_more_lines=:
  92. ac_sed_cmds=""
  93. while $ac_more_lines; do
  94.   if test $ac_beg -gt 1; then
  95.     sed "1,${ac_beg}d; ${ac_end}q" conftest.subs > conftest.s$ac_file
  96.   else
  97.     sed "${ac_end}q" conftest.subs > conftest.s$ac_file
  98.   fi
  99.   if test ! -s conftest.s$ac_file; then
  100.     ac_more_lines=false
  101.     rm -f conftest.s$ac_file
  102.   else
  103.     if test -z "$ac_sed_cmds"; then
  104.       ac_sed_cmds="sed -f conftest.s$ac_file"
  105.     else
  106.       ac_sed_cmds="$ac_sed_cmds | sed -f conftest.s$ac_file"
  107.     fi
  108.     ac_file=`expr $ac_file + 1`
  109.     ac_beg=$ac_end
  110.     ac_end=`expr $ac_end + $ac_max_sed_cmds`
  111.   fi
  112. done
  113. if test -z "$ac_sed_cmds"; then
  114.   ac_sed_cmds=cat
  115. fi
  116.  
  117. CONFIG_FILES=${CONFIG_FILES-"Makefile src/Makefile man/Makefile tests/Makefile include/iconv.h"}
  118. for ac_file in .. $CONFIG_FILES; do if test "x$ac_file" != x..; then
  119.   # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
  120.   case "$ac_file" in
  121.   *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'`
  122.        ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
  123.   *) ac_file_in="${ac_file}.in" ;;
  124.   esac
  125.  
  126.   # Adjust a relative srcdir, top_srcdir, and INSTALL for subdirectories.
  127.  
  128.   # Remove last slash and all that follows it.  Not all systems have dirname.
  129.   ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
  130.   if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
  131.     # The file is in a subdirectory.
  132.     test ! -d "$ac_dir" && mkdir "$ac_dir"
  133.     ac_dir_suffix="/`echo $ac_dir|sed 's%^\./%%'`"
  134.     # A "../" for each directory in $ac_dir_suffix.
  135.     ac_dots=`echo $ac_dir_suffix|sed 's%/[^/]*%../%g'`
  136.   else
  137.     ac_dir_suffix= ac_dots=
  138.   fi
  139.  
  140.   case "$ac_given_srcdir" in
  141.   .)  srcdir=.
  142.       if test -z "$ac_dots"; then top_srcdir=.
  143.       else top_srcdir=`echo $ac_dots|sed 's%/$%%'`; fi ;;
  144.   /*) srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;;
  145.   *) # Relative path.
  146.     srcdir="$ac_dots$ac_given_srcdir$ac_dir_suffix"
  147.     top_srcdir="$ac_dots$ac_given_srcdir" ;;
  148.   esac
  149.  
  150.  
  151.   echo creating "$ac_file"
  152.   rm -f "$ac_file"
  153.   configure_input="Generated automatically from `echo $ac_file_in|sed 's%.*/%%'` by configure."
  154.   case "$ac_file" in
  155.   *Makefile*) ac_comsub="1i\\
  156. # $configure_input" ;;
  157.   *) ac_comsub= ;;
  158.   esac
  159.  
  160.   ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
  161.   sed -e "$ac_comsub
  162. s%@configure_input@%$configure_input%g
  163. s%@srcdir@%$srcdir%g
  164. s%@top_srcdir@%$top_srcdir%g
  165. " $ac_file_inputs | (eval "$ac_sed_cmds") > $ac_file
  166. fi; done
  167. rm -f conftest.s*
  168.  
  169. # These sed commands are passed to sed as "A NAME B NAME C VALUE D", where
  170. # NAME is the cpp macro being defined and VALUE is the value it is being given.
  171. #
  172. # ac_d sets the value in "#define NAME VALUE" lines.
  173. ac_dA='s%^\([     ]*\)#\([     ]*define[     ][     ]*\)'
  174. ac_dB='\([     ][     ]*\)[^     ]*%\1#\2'
  175. ac_dC='\3'
  176. ac_dD='%g'
  177. # ac_u turns "#undef NAME" with trailing blanks into "#define NAME VALUE".
  178. ac_uA='s%^\([     ]*\)#\([     ]*\)undef\([     ][     ]*\)'
  179. ac_uB='\([     ]\)%\1#\2define\3'
  180. ac_uC=' '
  181. ac_uD='\4%g'
  182. # ac_e turns "#undef NAME" without trailing blanks into "#define NAME VALUE".
  183. ac_eA='s%^\([     ]*\)#\([     ]*\)undef\([     ][     ]*\)'
  184. ac_eB='$%\1#\2define\3'
  185. ac_eC=' '
  186. ac_eD='%g'
  187. # ac_f turns "#define NAME" without trailing blanks into "#define NAME VALUE".
  188. ac_fA='s%^\([     ]*\)#\([     ]*\)define\([     ][     ]*\)'
  189. ac_fB='$%\1#\2define\3'
  190. ac_fC=' '
  191. ac_fD='%g'
  192.  
  193. if test "${CONFIG_HEADERS+set}" != set; then
  194.   CONFIG_HEADERS="src/config.h"
  195. fi
  196. for ac_file in .. $CONFIG_HEADERS; do if test "x$ac_file" != x..; then
  197.   # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
  198.   case "$ac_file" in
  199.   *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'`
  200.        ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
  201.   *) ac_file_in="${ac_file}.in" ;;
  202.   esac
  203.  
  204.   echo creating $ac_file
  205.  
  206.   rm -f conftest.frag conftest.in conftest.out
  207.   ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
  208.   cat $ac_file_inputs > conftest.in
  209.  
  210.   rm -f conftest.frag conftest.h
  211.   echo "/* $ac_file.  Generated automatically by configure.  */" > conftest.h
  212.   cat conftest.in >> conftest.h
  213.   rm -f conftest.in
  214.   if cmp -s $ac_file conftest.h 2>/dev/null; then
  215.     echo "$ac_file is unchanged"
  216.     rm -f conftest.h
  217.   else
  218.     # Remove last slash and all that follows it.  Not all systems have dirname.
  219.     ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
  220.     if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
  221.       # The file is in a subdirectory.
  222.       test ! -d "$ac_dir" && mkdir "$ac_dir"
  223.     fi
  224.     rm -f $ac_file
  225.     mv conftest.h $ac_file
  226.   fi
  227. fi; done
  228.  
  229.  
  230.  
  231. exit 0
  232.